<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * User: 441708294@qq.com çº¢æ˜Ÿ
 * Date: 2014-11-22
 * Time: 14:17
 */

/*
===================
åˆå§‹åŒ–ã€è¯·å‹¿ä¿®æ”¹ã€‘
===================
*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
} */

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

a {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

label {
  cursor: pointer;
}

input,textarea,select,button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/*
===================
æ¸…é™¤æµ®åŠ¨ã€è¯·å‹¿ä¿®æ”¹ã€‘
&gt;&gt;	cl	ä½œç”¨äºŽçˆ¶å…ƒç´&nbsp;
é¿å…å›&nbsp;å­å…ƒç´&nbsp;æµ®åŠ¨è€Œå¯¼è‡´çš„çˆ¶å…ƒç´&nbsp;é«˜åº¦ç¼ºå¤±èƒ½é—®é¢˜
===================
*/
.cl:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl{
	zoom:1;
}

.cl:after {
  clear: both;
  content: " ";
  display: table;
}

/*
===================
å·¦å³æµ®åŠ¨ã€è¯·å‹¿ä¿®æ”¹ã€‘
&gt;&gt; l  å‘å·¦æµ®åŠ¨
&gt;&gt; r  å‘å³æµ®åŠ¨
===================
*/
.l {
  float: left;
}
.r{
  float: right;
}

/*
===================
æ˜¾ï¼Œéšå…ƒç´&nbsp;ã€è¯·å‹¿ä¿®æ”¹ã€‘
&gt;&gt; show æ˜¾ç¤ºå…ƒç´&nbsp;
&gt;&gt; hide éšè—å…ƒç´&nbsp;
*/
.show {
  display: block;
}
.hide {
  display: none;
}</pre></body></html>